home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Tampa Bay Amiga Group / TBAG - Tampa Bay Amiga Group's Disk of the Month #49 (1990)(Merlin's Software - Amiganuts United)(PD).zip / TBAG - Tampa Bay Amiga Group's Disk of the Month #49 (1990)(Merlin's Software - Amiganuts United)(PD).adf / Docs / RRD.DOCS < prev    next >
Text File  |  1990-11-15  |  3KB  |  89 lines

  1.  
  2.  
  3.                   Recoverable ( and bootable) Ram Disk
  4.  
  5.       Copyrights (C) 1990 - Bob Dayley and The Other Guys
  6.  
  7.    This program may be freely distributed as long as this document is
  8. included unchanged with the program.  Distribution includes uploads, PD disk
  9. distribution, giving to your friends, and releases with commercial products.
  10.  
  11.    Any release of this program without this document is considered an
  12. infringement of copyright.
  13.  
  14.    This program is a recoverable ram disk. Yes, another one! The difference
  15. between this and other PD disk is that it supports up to 32 units and can be
  16. auto-booted in Kickstart 1.3. The extra units allow you to mount one
  17. bootable device (which must be a normal DOS unit) and another unit for your
  18. work which can use the FastFileSystem. You might even mount a third unit for
  19. fast disk copies, if you have the memory.
  20.  
  21.    This ram disk differs from RAD: in that unused sectors are deleted from
  22. memory, therefore, you won't be tying up valuable memory with empty junk.
  23. This ram disk may be formatted, copied to, or used just like a normal disk
  24. drive. Your LED light will flash on and off as ram disk activity occurs.
  25.  
  26.  
  27.    To install:
  28.  
  29.       1. Copy the file 'ramdisk.device' to your DEVS: directory.
  30.  
  31.       2. Edit your DEVS:mountlist and include one or more entries similiar
  32.          to the mountlist included with this distribution.
  33.  
  34.       3. Mount your device. (mount BOOT:) etc.
  35.  
  36.       4. The device is already to use. It does NOT need to be formatted,
  37.          although you may format it if you want to clear the disk (and see
  38.          how fast it formats!)
  39.  
  40. NOTE: This disk is cannot be mounted with RAD:. They are very incompatable!
  41.       Do not 'mount RAD:' if you are going to mount any units which use this
  42.       device. (We tried to get it to be compatable, but there seems to be
  43.       a bug or something not documented in 1.3 with SumKickData().)
  44.  
  45.    To create a bootable device, use an entry similiar to the BOOT: entry in
  46. the included mountlist and copy your various startup directorys and
  47. sequences over to the ram disk. There is no need to install BOOT: as it
  48. always writes the bootblock to DOS as a Commodore bootblock (in other words,
  49. it is virus-proof!)
  50.  
  51.    Also, there are flags to control whether or not each unit is recoverable,
  52. DiskCopy-able, and/or auto-mounting. These flags are described in the
  53. included mountlist.
  54.  
  55.    Enjoy!
  56.  
  57.  
  58.       The Other Guys supports Amiga developers!
  59.  
  60.    Also, The Other Guys is always accepting software submissions for
  61. commercial release. If you have written a program you think can be marketed
  62. commercially,  please contact us at address or phone number below.
  63.  
  64.  
  65.  
  66.                                              Bob Dayley
  67.  
  68.                                              Author - Synthia, Synthia II,
  69.                                              Synthia Pro, Promise, etc.
  70.  
  71. The Other Guys
  72. 55 North Main St. Suite 301D
  73. PO Box H
  74. Logan,Ut 84321
  75. USA
  76.  
  77. 800-942-9402   -  Submissions, Catalogs, Orders.
  78. 801-753-7620   -  Anything else!
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.